home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOpus Plus
/
DOpus Plus.iso
/
Tutorial
/
C Guide
/
Simple_Module2
/
includes
/
buildin.cd
next >
Wrap
Text File
|
1998-08-27
|
966b
|
79 lines
; *******************
; Catalog description
; *******************
;
; At first the description of the commands
;
FUNC0_DESCRIPTION (//)
A simple requester
;
FUNC1_DESCRIPTION (//)
Your first window
;
FUNC2_DESCRIPTION (//)
This you'll never see...
;
; Now our strings for the requester
;
MSG_ARGUMENTS (//)
You have supplied
;
MSG_REVERSED (//)
In reversed order
;
MSG_COUNTED (//)
Signs counted
;
MSG_ER_TITLE (//)
DOpus Example Requester
;
MSG_OKAY_BUTTON (//)
Go on...
;
; Here follows the strings for the window
;
MSG_WINDOW_TITLE (//)
DOpus Example Window
;
MSG_CYCLE_GAD (//)
Cycle me
;
MSG_OKAY (//)
Okay
;
MSG_CANCEL (//)
Cancel
;
MSG_CLICK_ME (//)
Click me
;
MSG_DO_AGAIN (//)
Do again
;
MSG_NICE_EHH (//)
Nice ehh
;
MSG_OKAY_DONE (//)
Okay button clicked
;
MSG_CANCEL_DONE (//)
Cancel button clicked
;
; Now something for our menu
;
MSG_PROJECT (//)
Project
;
MSG_SAVE (//)
Save
;
MSG_QUIT (//)
Quit
;
MSG_NEXT_MENU (//)
Next Menu
;
MSG_ITEM (//)
Item
;